home *** CD-ROM | disk | FTP | other *** search
- on chkbtn
- global btncast
- repeat with n = 2 to 6
- puppetSprite(n, 0)
- end repeat
- puppetSprite(clickOn(), 1)
- set btncast to the castNum of sprite clickOn()
- if btncast = 30 then
- set btncast to 29
- end if
- if btncast = 28 then
- set btncast to 27
- end if
- if btncast = 26 then
- set btncast to 25
- end if
- if btncast = 24 then
- set btncast to 23
- end if
- set the castNum of sprite clickOn() to btncast + 1
- updateStage()
- end
-